/** analysis_contents.css */

/* lists */
#contents-tabs ol li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#contents-tabs ol li:hover {
    background-color: #F1F1F1;
}

/* tabs */
#contents-block .nav-tabs {
    margin-bottom: 20px;
}

/* tabs nav */
.nav-tabs > .tab-justified {
    width: 224px;
    text-align: center;
}
.nav-tabs > .tab-justified a {
    color: #bdbdbd;
}

/* tabs content */
.tab-content > .tab-pane > .half {
    display: block;
    position: relative;
    width: 48%;
    height: 550px
}
.tab-content > .tab-pane > .half.part-left {
    float: left;
}
.tab-content > .tab-pane > .half.part-right {
    float: right;
}

/* tabs content title */
.tab-content-title {
    border-bottom: 1px solid #ccc;
    height: 40px;
    text-align: center;
}
.part-left .tab-content-title h4 {
    color: #00a565;
    font-size: 18px;
    margin: 0 0 0 20px;
}
.part-left .tab-content-title p{
    margin-bottom: 0;
    text-align: right;
}
.part-right .tab-content-title h4{
    color: #ff724a;
    margin: 0 0 0 20px;
}
.part-right .tab-content-title p {
    margin-bottom: 0;
    text-align: right;
}

/* tabs content wrapper */
.tab-content > .tab-pane > .half .wrapper {
    top: 40px;
}
